/* 
author：山西友盟科技有限公司
date：2021/10/10
generator：v1.0.0
*/

/* 公共 */
body {
    font-size: 15px;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    margin: 0;
    height: 1px;
}

img {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #4d4d4d;
}

a:hover,
a:active {
    text-decoration: none;
    color: #0078ca;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@font-face {
    font-family: STXingkai;
    src: url('/static/css/index/../font/STXingkai.ttf'), url('/static/css/index/../font/STXingkai.eot');
}

.carousel-item {
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.tooltip-inner {
    padding: 4px;
    background-color: white;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}

/* 首页 */
.date-wrap{
    width: 100%;
    background-color: #124f9a;
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
    font-size: 14px;
}

.date{
    width: 1200px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.date>.text a {
    color: #fff;
}

.top-wrap {
    width: 100%;
    background-image: linear-gradient(#0b5aa8, #0078ca);
    display: flex;
    justify-content: center;
    align-items: center;
}

.top {
    width: 1200px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 75px;
}

.tool {
    width: 600px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}

.tool-search {
    margin-left: 10px;
}

.tool .form-inline>.form-control {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    border-Radius: 0;
}

.tool-search button {
    border-Radius: 0;
    background-color: #0078ca;
}

.menu-wrap {
    width: 100%;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    width: 1200px;
    font-size: 16px;
}

.menu>.nav-pills>li:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 190px;
    padding: 8px 0;
    margin-top: -1px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.98);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

.menu>.nav-pills .dropdown-items-1 {
    width: 190px;
    line-height: 32px;
}

.menu>.nav-pills .dropdown-items-1 a {
    display: block;
    width: 190px;
    float: left;
    display: block;
    padding: 10px 15px;
    text-align: inherit;
    white-space: normal;
    border-Radius: 0;
    word-wrap: break-word
}

.menu>.nav-pills .dropdown-items-1 a:hover,
.menu>.nav-pills .dropdown-items-1 a:focus {
    background-color: #0078ca;
    color: white;
    border-Radius: 0;
}

.menu>.nav-pills .dropdown-items-2 {
    width: 400px;
    line-height: 32px;
}

.menu>.nav-pills .dropdown-items-2 a {
    display: block;
    width: 200px;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
}

.menu>.nav-pills .dropdown-items-2 a:hover,
.menu>.nav-pills .dropdown-items-2 a:focus {
    background-color: #0078ca;
    color: white;
    border-Radius: 0;
}

.menu>.nav-pills .nav-link {
    line-height: 45px;
    border-Radius: 0;
    padding: 0;
}

.menu>.nav-pills .nav-link.active {
    background-color: #0070bd;
}

.menu>.nav-pills .show>.nav-link {
    background-color: #0078ca;
}

.slides {
    width: 100%;
}

.slides .carousel-item {
    height: 470px;
}

.slides .carousel-item img {
    height: 470px;
    object-fit: cover;
}

.slides .carousel-indicators li {
    width: 65px;
    height: 3px;
}

.slides .iconfont {
    font-size: 3rem;
}

.news-wrap {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.news-wrap>.title {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    text-transform: Uppercase;
}

.news-wrap>.title>hr {
    width: 650px;
}

.news-wrap>.title>.text {
    margin-top: -30px;
    width: 120px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    font-size: 20px;
    z-index: 1;
    color: #1267bb;
}

.news-wrap>.title>.desc {
    color: #8a8a8a;
}

.hotnews {
    width: 1200px;
    margin: 20px 0 50px;
}

.hotnews ul {
    display: flex;
    justify-content: space-between;
}

.hotnews li {
    width: 360px;
    background-color: #fff;

}

.hotnews li img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    background-color: #fff;
}

.hotnews li>.text {
    display: flex;
    height: 60px;
    justify-content: flex-end;
    align-items: center;
    background-color: #1267bb;
    background-image: url(/static/css/index/../../images/index/hotnews-left.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    back color: #fff;
}

.hotnews li span {
    width: 280px;
    color: #fff;
    margin-right: 10px;
}

.hotnews li span a {
    color: #fff;
}

.news-wrap>hr {
    width: 1200px;
    height: 1px;
}

.news {
    width: 1200px;
    margin: 40px 0 50px;
    display: flex;
    justify-content: space-between;
}

.news>.item {
    width: 370px;
    background-color: #fff;
}

.news>.item>.title {
    font-size: 20px;
    height: 40px;
    color: #1267bb;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news>.item>.title a {
    color: #1267bb;
}

.pointmore,
.pointmore a {
    font-size: 28px;
}

.news>.item>.content {
    margin: 12px 0;
}

.news>.item>.content li {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 12px;
    height: 38px;
}

.news>.item>.content li:after {
    content: "";
    background: #ccc;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.news>.item>.content li span {
    color: #a5a8a8;
    font-size: 13px;
}

.news>.item .content-cal {
    margin-top: 15px;
}

.news>.item .content-cal-ul .list {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.news>.item .content-cal-ul .list>.text {
    display: flex;
    align-items: flex-start;
    height: 48px;
    overflow: hidden;
}

.news>.item .date {
    display: flex;
    flex-direction: column;
    flex: none;
    margin-right: 10px;
    width: 60px;
    height: 50px;
}

.news>.item .date .date-day {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    height: 23px;
    background-color: #1267bb;
}

.news>.item .date .date-month {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    height: 23px;
    color: #797979;
    background-color: #dbe8f3;
}

.teach-wrap {
    width: 100%;
    background-color: #eff2f6;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.teach-wrap>.title {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    text-transform: Uppercase;
}

.teach-wrap>.title>hr {
    width: 650px;
}

.teach-wrap>.title>.text {
    margin-top: -30px;
    width: 120px;
    display: flex;
    justify-content: center;
    background-color: #eff2f6;
    font-size: 20px;
    z-index: 1;
    color: #1267bb;
}

.teach-wrap>.title>.desc {
    color: #8a8a8a;
}

.teach {
    width: 1200px;
}

.teach ul {
    margin: 20px 0 70px;
    display: flex;
    justify-content: space-between;
}

.teach li {
    width: 270px;
    height: 270px;
    flex-direction: column;
    background-color: #fff;
}

.teach li img {
    width: 100%;
    object-fit: cover;
    height: 130px;
}

.teach li>.text {
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 20px;
    padding: 10px;
}

.teach li>.text>.title {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #1267bb;
}

.teach li>.text>.date {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #a5a8a8;
    align-items: flex-start;
    font-size: 13px;
}

.teach li>.text>.desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #8a8c8c;
    font-size: 14px;
}

.teacher-wrap {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.teacher-wrap>.title {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    text-transform: Uppercase;
}

.teacher-wrap>.title>hr {
    width: 650px;
}

.teacher-wrap>.title>.text {
    margin-top: -30px;
    width: 140px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    font-size: 20px;
    z-index: 1;
    color: #1267bb;
}

.teacher-wrap>.title>.desc {
    color: #8a8a8a;
}

.teacher {
    width: 1200px;
}

.teacher ul {
    margin: 20px 0 70px;
    display: flex;
    justify-content: space-between;
}

.teacher li {
    width: 270px;
    height: 270px;
    flex-direction: column;
    background-color: #eff2f6;
}

.teacher li img {
    width: 100%;
    object-fit: cover;
    height: 130px;
}

.teacher li>.text {
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 20px;
    padding: 10px;
}

.teacher li>.text>.title {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #1267bb;
}

.teacher li>.text>.date {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #a5a8a8;
    align-items: flex-start;
    font-size: 13px;
}

.teacher li>.text>.desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #8a8c8c;
    font-size: 14px;
}

.org-wrap {
    width: 100%;
    background-image: url(/static/css/index/../../images/index/org-bg.jpg);
    background-repeat: no-repeat;
    background-color: #1267bb;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 450px;
}

.org-wrap>.title {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    text-transform: Uppercase;
}

.org-wrap>.title>hr {
    width: 650px;
    background-color: #82c1ff;
}

.org-wrap>.title>.text {
    margin-top: -30px;
    width: 120px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    z-index: 1;
    color: #fff;
}

.org-wrap>.title>.desc {
    color: #82c1ff;
}

.org {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.org-tab {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.org-tab ul {
    width: 300px;
    display: flex;
}

.org-tab li {
    background-color: #eff2f6;
    color: #1267bb;
    width: 150px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.org-tab .cur {
    background-color: #1267bb;
    color: #fff;
    font-weight: bold;
}

.org-lists {
    margin: 20px 0 50px;
    width: 100%;
}

.org-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.org-list ul>li {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    height: 50px;
    background-color: #fff;
    margin: 10px;
    border-bottom: 5px solid #1267bb;
}

.org .tab-none {
    display: none;
}

.org .tab-on {
    display: block;
}

.album-wrap {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.album-wrap>.title {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    text-transform: Uppercase;
}

.album-wrap>.title>hr {
    width: 650px;
}

.album-wrap>.title>.text {
    margin-top: -30px;
    width: 120px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    font-size: 20px;
    z-index: 1;
    color: #1267bb;
}

.album-wrap>.title>.desc {
    color: #8a8a8a;
}

.album {
    width: 1200px;
    margin: 20px 0 0;
}

.album ul {
    width: 1200px;
    display: flex;
}

.album li {
    width: 360px;
    background-color: #fff;

}

.album li img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    background-color: #fff;
}

.album-wrap>.picMarquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.access {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.access>.title {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: none;
    border-right: 1px solid #1267bb;
    text-transform: Uppercase;
}

.access>.title>.text {
    width: 120px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    font-size: 20px;
    color: #1267bb;
}

.access>.title>.desc {
    color: #8a8a8a;
}

.access>.items {
    width: 1000px;
}

.access>.items ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.access>.items li {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.access>.items li>.iconfont {
    font-size: 35px;
    color: #1267bb;
}

.access>.items li>span {
    margin-right: 10px;
}

.bottom-wrap {
    width: 100%;
    background-image: linear-gradient(#0b5aa8, #0078ca);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom {
    color: #86c4ff;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom img {
    height: 70px;
}

.bottom>.text {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom>.text span {
    height: 30px;
    display: flex;
    align-items: center;
}

.bottom>.text a {
    color: #86c4ff;
}

.bottom>.tool {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom .icons {
    display: flex;
}

.bottom .icons>.iconfont {
    font-size: 32px;
    margin: 0 10px;
    cursor: pointer;
    color: #86c4ff;
}

.bottom .link {
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* 栏目页 */
.list-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.list {
    width: 1200px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.list>.left {
    width: 285px;
}

.list-l {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-l>.nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-l>.nav>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #1985cf;
    border-bottom: 3px solid #70b3e1;
}

.list-l>.nav>.title .iconfont {
    font-size: 1.2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.nav>.title .icontext {
    font-size: 1.12rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.nav>.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-l>.link {
    width: 100%;
    margin: 20px 0;
}

.list-l>.link>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    background-color: #9ca4b6;
    border-bottom: 3px solid #c2c7d2;
}

.list-l>.link>.title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.link>.title .icontext {
    font-size: 1.2rem;
    line-height: 60px;
    display: block;
    float: left;
}

.list-l>.link>.content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list>.right {
    width: 900px;
}

.list-r {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.list-r .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #0062a5;
}

.list-r .title .text {
    color: #0062a5;
    font-size: 18px;
}

.list-r .title .nav,
.list-r .title .nav a {
    color: #767676;
}

.list-r .content {
    margin-bottom: 20px;
}

.list-r .content li {
    line-height: 55px;
    color: #767676;
    height: 55px;
    font-size: 17px;
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
}

.list-r .content li>span {
    color: #9b9b9b;
    float: right;
}

.list-r .pic-content {
    margin-bottom: 20px;
}

.list-r .pic-content ul {
    display: flex;
    flex-wrap: wrap;
}

.list-r .pic-content li {
    width: 220px;
    height: 180px;
    margin: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.list-r .pic-content img {
    width: 220px;
    height: 150px;
    object-fit: cover;
}

.list-r .listpage {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #e4e4e4;
    background-color: #f8f8f8;
}

.list-r .listpage span {
    border: none;
    background-color: #f8f8f8;
}

.list-r>.org-lists {
    margin: 0px 0 50px;
    width: 100%;
}

.list-r>.org-lists>.org-list>.sub-title {
    font-size: 17px;
    display: flex;
    align-items: center;
    height: 50px;
    color: #0062a5;
    margin-top: 10px;
}

.list-r>.org-lists>.org-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list-r>.org-lists>.org-list ul>li {
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    height: 55px;
    background-color: #fff;
    margin: 10px;
    border: 1px solid #bababa;
}

/* 内容页 */
.info-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info {
    width: 1200px;
    margin: 20px 0 50px;
    display: flex;
    flex-direction: column;
}

.info>.title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 2px solid #0062a5;
}

.info>.title>.text {
    color: #0062a5;
    font-size: 18px;
}

.info>.title>.nav,
.info>.title>.nav a {
    color: #767676;
}

.info>.content {
    line-height: 35px;
    font-size: 16px;
}

.info>.content>.title {
    width: 90%;
    margin: 30px auto 0;
    display: block;
    text-align: center;
}

.info>.content>.title h3 {
    line-height: 50px;
}

.info>.content>.items {
    display: block;
    text-align: center;
    line-height: 75px;
    border-bottom: 1px dashed #0062a5;
}

.info>.content>.text {
    font-size: 17px;
    line-height: 38px;
    display: block;
    margin: 30px 0;
}

.info>.content>.text p {
    padding: 0;
    margin: 0;
}

.listpage span {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info>.textpage a {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.info>.textpage>b {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #1985cf;
    border: 1px solid #1985cf;
}

.info>.page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.info>.page>.item {
    width: 100%;
    display: flex;
    height: 35px;
    align-items: center;
}

.info>.page>.item span {
    margin-right: 10px;
}
